From: Anand Jain Date: Mon, 9 Mar 2015 22:38:36 +0000 (+0800) Subject: Btrfs: sysfs: make btrfs_sysfs_add_device() non static X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~4001^2~30^2~8 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/success/%22http:/www.example.com/cgi/success?a=commitdiff_plain;h=ef1a0daadf2b722fc1bb6c2d5cf39239591e78ec;p=linux-4.9.git Btrfs: sysfs: make btrfs_sysfs_add_device() non static Signed-off-by: Anand Jain Signed-off-by: David Sterba --- diff --git a/fs/btrfs/sysfs.h b/fs/btrfs/sysfs.h index 4edf2a7839ad..915307ff1a76 100644 --- a/fs/btrfs/sysfs.h +++ b/fs/btrfs/sysfs.h @@ -88,4 +88,5 @@ int btrfs_kobj_rm_device(struct btrfs_fs_devices *fs_devices, struct btrfs_device *one_device); int btrfs_sysfs_add_fsid(struct btrfs_fs_devices *fs_devs, struct kobject *parent); +int btrfs_sysfs_add_device(struct btrfs_fs_devices *fs_devs); #endif /* _BTRFS_SYSFS_H_ */